Add Office Hotkeys plugin - #693
Closed
pjleduc wants to merge 3 commits into
Closed
Conversation
A plugin that displays a rotating keyboard-shortcut cheat sheet for Excel, Outlook, and PowerPoint, with a per-instance app and skill-level filter. Pure selection logic with unit tests; renders via HTML/CSS. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Switch the shortcut list from a 2-column grid to a single column with much larger text, showing 6 items instead of 8. The 2-column layout packed in more shortcuts but the text was too small to read on the e-ink panel. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Reduce to one hero plus 4 list items so each line can be considerably larger, improving readability on the e-ink panel. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Collaborator
|
Hi @pjleduc, Thanks for the contribution, I can see people getting some great use out of this. InkyPi has introduced support for 3rd party plugin installs and as such will probably not accept new plugins into the core project: https://github.com/fatihak/InkyPi/blob/main/docs/building_plugins.md#publishing-a-third-party-plugin https://github.com/fatihak/InkyPi/wiki/3rd-Party-Plugins I hope you consider re-working your plugin and publishing it that way. In the meantime I will close this PR, feel free to re-open, or open a new one if you feel this has been closed in error. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Office Hotkeys plugin
A new plugin that displays a keyboard-shortcut cheat sheet for Microsoft Excel, Outlook, and PowerPoint — a glanceable, rotating reference for the e-ink display.
What it does
data/shortcuts.json) — no external API or network access required.Implementation
docs/building_plugins.md:OfficeHotkeys(BasePlugin)withgenerate_image/generate_settings_template,render/HTML + CSS viarender_image, plussettings.html,icon.png, andplugin-info.json.selection.py,constants.py) is pure and stdlib-only, kept separate from rendering, with pytest unit tests intests/.Testing
🤖 Generated with Claude Code